home *** CD-ROM | disk | FTP | other *** search
/ Chop Suey / Chop Suey (1995)(Magnet Interactive Studios).iso / common / main.dir / 00017.ls < prev    next >
Encoding:
Text File  |  1995-06-16  |  211 b   |  11 lines

  1. on mouseUp
  2.   set the visible of sprite 4 to 0
  3.   set the visible of sprite 5 to 0
  4.   puppetSprite(5, 0)
  5.   puppetSprite(4, 0)
  6.   AllSoundStop()
  7.   puppetSound("transnd.aif")
  8.   updateStage()
  9.   go(1, "MUDPUP.DIR")
  10. end
  11.